速報APP / 工具 / AgileIDE Java Compiler

AgileIDE Java Compiler

價格:免費

更新日期:2018-11-11

檔案大小:321k

目前版本:1.0

版本需求:Android 2.3 以上版本

官方網站:mailto:mardrew.barnes@gmail.com

Email:https://github.com/mardrewbarnes/agileide/wiki

聯絡地址:8/15 Good St Westmead NSW 2145 AUSTRALIA

AgileIDE Java Compiler(圖1)-速報App

AgileIDE is a Christian outreach app. It aims to reach the world with message of Jesus Christ while at the same time providing a useful app which I hope you enjoy.

AgileIDE is an application which allows you to create applications for Android devices, in less time than usual in Java. It is a Java compiler plus IDE. The aim of AgileIDE is to give you an average of 5 seconds between changing a line of code and seeing the result of the change on the screen.

This is the first version, which is still incomplete, but is a fully working prototype which you can already use to develop apps and games.

AgileIDE Java Compiler(圖2)-速報App

The most important feature of AgileIDE is reduced compile time. Once the application has been launched once, all of the existing code stays in memory, so next time you make a change, there is no need to recompile everything, just the method and any impacted code. This means although the first launch takes a bit longer, once this has happened, each code change after that is very quick, much quicker than the typical compiler.

The prototype contains a sample program which is a version of the 'memory' game, so you can try it out to see the increased compile speed. It is an example of the kinds of apps you can already make with it,

Other features

AgileIDE Java Compiler(圖3)-速報App

- No need to install your app after each code change, app runs within the IDE

- Fix feature to speed up compile errors

- Automatically declare variables and methods when fixing

AgileIDE Java Compiler(圖4)-速報App

- Power editing which allows you to quickly edit text such as insert an if condition

around a line of code

- Debug mode automatically highlights last variable that changed

AgileIDE Java Compiler(圖5)-速報App

- Debug mode shows app on the same screen as the code, saving time switching

AgileIDE Java Compiler(圖6)-速報App